home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / gforum.dxr / 00046.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  592 b   |  28 lines

  1. on exitFrame
  2.   if the mouseCast = 2 then
  3.     go("loop")
  4.   end if
  5.   if rollOver(21) then
  6.     if the visible of sprite 21 = 0 then
  7.       set the visible of sprite 21 to 1
  8.     end if
  9.   else
  10.     set the visible of sprite 21 to 0
  11.   end if
  12.   if rollOver(23) then
  13.     if the visible of sprite 22 = 0 then
  14.       set the visible of sprite 22 to 1
  15.     end if
  16.   else
  17.     set the visible of sprite 22 to 0
  18.   end if
  19.   if rollOver(24) then
  20.     if the visible of sprite 24 = 0 then
  21.       set the visible of sprite 24 to 1
  22.     end if
  23.   else
  24.     set the visible of sprite 24 to 0
  25.   end if
  26.   go(the frame)
  27. end
  28.